In this report, A few interactive maps / pie charts are created to help the readers gain intuition on FARS dataset, including the visualizations of a few major factors (drunken driving, non-motor vehicle occupant deaths, weather, number of persons died in an accident).
The data set
FARS 2013-2015 dataset contains 50-52 features (differed by years), and contains 92,424 observations (30202, 30056, 32166 obs for year 2013, 2014, 2015).
The FARS data set can be downloaded from ftp://ftp.nhtsa.dot.gov/fars/, and the full description of the FARS dataset can be downloaded from https://crashstats.nhtsa.dot.gov/Api/Public/Publication/812315 .
In this report, all data with wrong longitude or latitude (say latitude = 999.99) are removed (722 obs).
Additional Information as you hover the cursor over the map..
Format: Month/Day/Year(Weekday), 24 hour time format, number of persons killed, first harmful event (major reason that causes death)
Create a customized EDA report!
You could create an analysis report for any state you like, by specifying the state abbreviations (All 50 states + Washington D.C., not including Virgin Islands and Puerto Rico because there’re no data) in the .rmd file. The default is “UT” (Utah).
2013-2015 Utah traffic fatalities by drunken driving
Non-motor vehicle occupants refer to people NOT in motor vehicles, e.g. pedestrians, cyclists.
2013-2015 Utah traffic fatalities by non-motor vehicle occupant deaths
2013-2015 Utah traffic fatalities by weather conditions
Year 2013-2015: number of fatally injured persons in the crash in Utah (Number of deaths / counts)
##
## 1 2 3 4 6
## 623 47 7 2 1
Year 2013-2015: number of fatally injured persons in the crash nationally (Number of deaths / counts)
##
## 1 2 3 4 5 6 7 8 10
## 85054 5517 812 215 74 22 3 3 2
2013-2015 Utah traffic fatalities by number of deaths in one accident (the larger the bubble size the larger the number)